home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / LDEFs / Icon LDEF / About Icon LDEF.txt next >
Text File  |  1993-11-15  |  1KB  |  31 lines

  1. About Icon LDEF -
  2.  
  3.     Makes a list similar to the Chooser: an icon with text
  4.     underneath. Cell data should be of the format:
  5.     
  6.     
  7.         <Icon Family ID> <Text Data>
  8.            (2 Bytes)      (? Bytes)
  9.             
  10.                      - or -
  11.     
  12.         <Arbitrary Data Not for Display>
  13.                    (? Bytes)
  14.                 
  15.      
  16.      This LDEF is optimized to use the System 7 icon plotting utils 
  17.      if available, but will construct reasonable imitations under System 6.
  18.      For earlier systems, the normal (unhilited) icon will be plotted
  19.      from the 'ICN#' resource of the given ID, and the hilited icon will
  20.      be plotted by using the mask of the same resource.
  21.      
  22.      The only difference between this LDEF and the System 7-specific icon
  23.      LDEF is that this one loads the icons from disk each time they are drawn.
  24.      The other requires the icons be loaded and the family icon handle passed.
  25.      
  26.      Do not let the system auto-calc the cell size (by passing size
  27.      (0,0)), or your icons wont fit. Cells should be (40, 60) to 
  28.      accomodate the icons and titles.
  29.     
  30. Written by - Matt Slot, fprefect@umich.edu
  31.